projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dadbf8
)
(toggle-truncate-lines): Clarify doc string.
author
Nick Roberts
<nickrob@snap.net.nz>
Mon, 4 Dec 2006 05:51:48 +0000
(
05:51
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Mon, 4 Dec 2006 05:51:48 +0000
(
05:51
+0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 7a278ad3db6ad6280493431de0b5d741db732573..aa44fa382baee756944618d5c438ac79e7d12a27 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4329,7
+4329,7
@@
The variable `selective-display' has a separate value for each buffer."
(defvaralias 'default-indicate-unused-lines 'default-indicate-empty-lines)
(defun toggle-truncate-lines (&optional arg)
- "Toggle whether to fold or truncate long lines
on the screen
.
+ "Toggle whether to fold or truncate long lines
for the current buffer
.
With arg, truncate long lines iff arg is positive.
Note that in side-by-side windows, truncation is always enabled."
(interactive "P")